Silence byte-compiler warning with :read-only defstruct slots
authorLawrence Mitchell <wence@gmx.li>
Sat, 16 Jul 2011 15:52:46 +0000 (17:52 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 16 Jul 2011 15:52:46 +0000 (17:52 +0200)
commit6c6de4ad397298914be52911c27f8b5b188e61a3
treea2c9a80e02c900f74b9673f2d6e4880485dd38a7
parent1dcc1d15d3b743435284fa44bb780e6c1f4a9c46
Silence byte-compiler warning with :read-only defstruct slots

* emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
method if slot is read-only.
lisp/ChangeLog
lisp/emacs-lisp/cl-macs.el